/* Start Variables */
:root {
    --main-color: #1A87D8;
    --color-khdr: #49D90F;
    --color-ghoz: #1A87D8;
    --color-orange: #1A87D8;
}
/* End Variables */

header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    z-index: 10;
}

.nav-bar ul li a {
    color: black;
}

.nav-bar ul li a:hover {
    color: var(--main-color);
}

.nav-bar ul li a.active {
    color: var(--main-color);
}

.plan-for-you .plan-content .srv {
    background: white;
}

@media only screen and (max-width: 1320px) {
    header {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1100px) {
    header {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 900px) {
    .hamburger {
        display: block;
        cursor: pointer;
    }
    .hamburger .line {
        width: 30px;
        height: 3px;
        background: white;
        margin: 6px 0;
        z-index: 1000;
    }
    .nav-bar {
        height: 0;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        width: 100vw;
        background-color: white;
        transition: 0.5s;
        overflow: hidden;
    }
    .nav-bar.active {
        height: 450px;
    }

    header.active {
        background-color: white;
        transition: 0.5s;
    }
    header {
        background-color: white;
    }

    .hamburger .line {
        background-color: var(--main-color);
    }
    .hamburger.active .line.active {
        background-color: black;
    }

    .nav-bar.active ul li a  {
        color: white;
        background-color: none;
        color: var(--main-color);
    }
    .nav-bar ul li a.active {
        background-color: var(--main-color);
        color: white;
    }
    .nav-bar ul {
        display: block;
        width: fit-content;
        margin: 80px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }
    .nav-bar.active ul {
        opacity: 1;
    }
    .nav-bar ul li a {
        margin-bottom: 12px;
    }
}

section {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.titel-social {
    text-align: center;
    line-height: 50px;
    color: var(--main-color);
}

.titel-social h1 {
    font-size: 50px;
}

.titel-social p {
    font-size: 25px;
}

.social-media {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.social-media .col {
    padding: 0px 50px;
}

.social-media .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--main-color);
    border-radius: 15px;
    height: 250px;
    width: 350px;
    padding: 0px 10px;
    transition: 0.4s;
    text-align: center;
}

.social-media .icon #icon {
    font-size: 50px;
    color: var(--main-color);
    padding-bottom: 20px;
}

.social-media .text-social-media .link-social-media i{
    font-size: 20px;
    letter-spacing: 10px;
}

.social-media .text-social-media p {
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: 300;
}

.social-media .text-social-media a {
    background-color: var(--main-color);
    padding: 10px 25px;
    border: 1px solid var(--main-color);
    border-radius: 30px;
    color: white;
    transition: 0.4s;
}

.social-media .text-social-media a:hover {
    background-color: transparent;
    color: var(--main-color);
}

#footer-circle-bg {
    margin-top: 11.8rem;
}

footer{
    margin-top: 17.6rem;
}

@media (min-width: 1371px) and (max-width: 1445px) {
    .titel-social h1 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    
    .titel-social p {
        font-size: 20px;
        line-height: 25px;
    }

    .social-media .col {
        padding: 20px 20px;
    }

    .social-media .icon {
        height: 250px;
        width: 400px;
    }

    footer{
        margin-top: 5rem;
    }

    #footer-circle-bg {
        display: none;
    }
}

@media (min-width: 1357px) and (max-width: 1370px) {
    .titel-social h1 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    
    .titel-social p {
        font-size: 20px;
        line-height: 25px;
    }

    .social-media .col {
        padding: 20px 20px;
    }

    .social-media .icon {
        height: 250px;
        width: 400px;
    }

    footer{
        margin-top: 0rem;
    }

    #footer-circle-bg {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .titel-social h1 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    
    .titel-social p {
        font-size: 20px;
        line-height: 25px;
    }

    .social-media .col {
        padding: 20px 20px;
    }

    .social-media .icon {
        height: 250px;
        width: 400px;
    }

    footer{
        margin-top: 0rem;
    }

    #footer-circle-bg {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .titel-social h1 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    
    .titel-social p {
        font-size: 20px;
        line-height: 25px;
    }

    .social-media .col {
        padding: 20px 0px;
    }

    .social-media .icon {
        height: 250px;
        width: 400px;
    }

    footer{
        margin-top: 0rem;
    }

    #footer-circle-bg {
        display: none;
    }
}

@media (min-width: 411px) and (max-width: 767px) {
    .titel-social h1 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    
    .titel-social p {
        font-size: 20px;
        line-height: 25px;
    }

    .social-media .col {
        padding: 20px 0px;
    }

    .social-media .icon {
        height: 250px;
        width: 320px;
    }

    footer{
        margin-top: 0rem;
    }

    #footer-circle-bg {
        display: none;
    }
}

@media (min-width: 317px) and (max-width: 391px) {
    .titel-social h1 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    
    .titel-social p {
        font-size: 18px;
        line-height: 25px;
    }

    .social-media .col {
        padding: 20px 0px;
    }

    .social-media .icon {
        height: 250px;
        width: 300px;
    }

    footer{
        margin-top: 0rem;
    }

    #footer-circle-bg {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 362px) {
    .titel-social h1 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    
    .titel-social p {
        font-size: 18px;
        line-height: 25px;
    }

    .social-media .col {
        padding: 20px 0px;
    }

    .social-media .icon {
        height: 250px;
        width: 250px;
    }

    footer{
        margin-top: 0rem;
    }

    #footer-circle-bg {
        display: none;
    }
}

/* Start Pixal 5 */
@media (min-width: 392px) and (max-width: 410px) {
    .titel-social h1 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    
    .titel-social p {
        font-size: 20px;
        line-height: 25px;
    }

    .social-media .col {
        padding: 20px 0px;
    }

    .social-media .icon {
        height: 250px;
        width: 300px;
    }

    footer{
        margin-top: 0rem;
    }

    #footer-circle-bg {
        display: none;
    }
}
/* End Pixal 5 */

@media (min-width: 1024px) and (max-width: 1199px) {
    #footer-circle-bg {
        display: none;
    }
} 